home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / sc_22.zip / TOOLS.TXT < prev    next >
Text File  |  1988-06-17  |  3KB  |  67 lines

  1.                              Small Tools Release 1.1
  2.          
  3.          Small  Tools  is a package of text processing programs which are
  4.          patterned after the ones  in  the  book  "Software  Tools."  The
  5.          following programs are included:
  6.          
  7.           CHG    replace occurrences of a pattern
  8.           CNT    count characters, words, and/or lines
  9.           CPY    copy one or more files into one
  10.           CPT    encrypt or decrypt files
  11.           DTB    replace tabs with equivalent blanks
  12.           EDT    create or modify files (in-core version of UNIX ed)
  13.           ETB    replace blanks with equivalent tabs
  14.           FND    find lines containing a pattern
  15.           FNT    set printer font (written for EPSON, but modifiable)
  16.           FMT    format and print files (little brother to UNIX roff)
  17.           LST    list files (multi-column) on pages of any size
  18.           MRG    merge 2 sorted files for unique, equal, or all lines
  19.           PRT    print with page skips, headings, and line numbers
  20.           SRT    sort text lines ascending or descending on key field
  21.           TRN    transliterate characters, isolate words, etc.
  22.          
  23.          These  are  a  very comfortable set of tools for almost any text
  24.          processing task, including mail-list merging.
  25.          
  26.          EDT is a line oriented  editor  similar  to  the  standard  UNIX
  27.          editor.  It  employs  an  optional automatic redisplay algorithm
  28.          which provides greater visibility. It supports global search and
  29.          command execution capabilities. Pattern  matching  capabilities,
  30.          familiar to UNIX users, are available.
  31.          
  32.          FMT  performs  text  formatting.  It handles standard formatting
  33.          functions like line filling, justifying, centering, underlining,
  34.          boldface, headers, footers, and page numbering. It also supports
  35.          italics, and double wide printing  if  your  printer  has  these
  36.          features.
  37.          
  38.          SRT  is  a  disk-to-disk sort utility which operates on standard
  39.          ASCII files. It accepts files of  any  size,  and  creates  work
  40.          files  to hold intermediate sort runs if necessary. It will sort
  41.          ascending or descending on 1) the whole line, 2) a  fixed  field
  42.          starting  at  any  character  position,  or 3) a variable length
  43.          field identified by relative position in the line.  White  space
  44.          is  the  default  field separator, although any character may be
  45.          specified. SRT considers upper- and lower-case letters  to  have
  46.          the same colating sequence.
  47.          
  48.          The Small Tools programs are written in Small C. MS-DOS and CP/M
  49.          versions  are available. They are distributed as source code and
  50.          come with a 81 page manual.
  51.          
  52.          
  53.                                   J. E. Hendrix
  54.                                   P.O. Box 1435
  55.                                 Oxford, MS  38655
  56.          
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.